home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_m / mthshp1.zip / MTHSHP1.DOC < prev    next >
Text File  |  1992-01-30  |  8KB  |  235 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.                                  MATH-SHOP 1
  22.                                (Whole Numbers)
  23.  
  24.  
  25.  
  26.  
  27.                                 Copyright 1991
  28.                                       by
  29.  
  30.                                  Jack C Webb
  31.                                  P.O. Box 357
  32.                       Grand Blanc, Michigan 48439-0357
  33.  
  34.  
  35.                               All Rights Reserved
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                        1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.                                   INTRODUCTION
  70.                                   ------------
  71.  
  72.       MATH-SHOP 1 is a program to generate worksheets of math problems
  73.     suitable for home or school use. The program is menu driven with next
  74.     key prompting and a help menu selection. Problems can be generated
  75.     in addition, subtraction, multiplication and division using whole
  76.     numbers. The number of digits and the range of numbers used for the
  77.     digits is user selectable, as is the number of problems on a page. The
  78.     problems are generated randomly within the ranges selected. Up to five
  79.     sheets can be printed at a time with an option to print answer sheets.
  80.     The format for a work sheet can be saved and recalled later to print
  81.     worksheets. 
  82.  
  83.  
  84.  
  85.  
  86.                              SYSTEM REQUIREMENTS
  87.                              -------------------
  88.  
  89.                     IBM compatible PC,XT or AT
  90.                     256K min. memory
  91.                     Any display adapter
  92.                     1 floppy drive and/or hard drive
  93.  
  94.                 MATH-SHOP 1 will work on a floppy only system
  95.  
  96.  
  97.  
  98.  
  99.                                  DISCLAIMER
  100.                                  ----------
  101.  
  102.     This program is provided "as-is" without warranty of any kind either
  103.     expressed or implied, including any warranties of merchantability
  104.     and/or fitness for a particular purpose. No liability shall be assumed
  105.     for any damages whether direct, incidental or consequential from a
  106.     failure of this program to operate in the manner desired by the user. 
  107.  
  108.  
  109.                                  REGISTRATION
  110.                                  ------------
  111.  
  112.     MATH-SHOP 1 is a shareware program and you are encouraged to try it
  113.     out and make copies for friends. If you like the program and continue
  114.     to use it, you are requested to register your copy. A registration form
  115.     is included in the file REGISTER.TXT. You can print the form by typing
  116.     REGISTER at the DOS prompt. Shareware distribution is subject to the
  117.     following conditions.
  118.  
  119.         MATH-SHOP 1 must be distributed in unmodified form, including all
  120.            files on this disk.
  121.         MATH-SHOP 1 may not be distributed with any other product without
  122.            prior written permission.
  123.         No fee other than a disk distribution fee not to exceed $5.00 may
  124.            be charged for MATH-SHOP 1.
  125.  
  126.  
  127.  
  128.  
  129.                                        2
  130.  
  131.  
  132.  
  133.  
  134.                               GETTING STARTED
  135.                               ---------------
  136.  
  137.     You should have the following files on your shareware disk.
  138.  
  139.                 1. MTHSHP1.DOC     - this file
  140.                 2. PRNTDOC1.BAT    - batch file to print this file
  141.                 3. MTHSHP1.EXE     - the main program
  142.                 3. MTHSHP1.DAT     - data file in which saved formats are 
  143.                                      stored. Initially contains sample files
  144.                 4. MTHSHP1.PR1     - file containing control codes for 
  145.                                      printer 1 (Default Epson LX-800)
  146.                 4. MTHSHP1.PR2     - file containing control codes for 
  147.                                      printer 2 (Default HP Laserjet)
  148.                 5. REGISTER.TXT    - file containing registration form
  149.                 6. REGISTER.BAT    - batch file to print registration form
  150.                 
  151.     This documentation file can be printed by typing the following at the
  152.     the DOS prompt.
  153.                                PRNTDOC1 <RET>
  154.  
  155.  
  156.     The main program and the printer and data files must be in the same
  157.     directory (on the same disk) to run. To run just type:
  158.  
  159.                                MTHSHP1 <RET>
  160.  
  161.  
  162.  
  163.                                 MENU SYSTEM
  164.                                 -----------
  165.       MATH-SHOP 1 is a menu driven program. By just following the prompts
  166.     you should be able to run the program with no problems. The following
  167.     documentation will supplement the program menu help information.
  168.  
  169.      WORKSHEETS         
  170.          Create - allows worksheets to be created. This worksheets can
  171.                   be printed and/or the format can be saved using a
  172.                   user defined name with up to 20 keyboard characters.
  173.          Recall - allows saved worksheet formats to be recalled and 
  174.                   used to print worksheets. The saved formats can be 
  175.                   viewed, renamed, or deleted. The list of formats can
  176.                   be sorted by name or type (addition, subtraction,
  177.                   multiplication or division).
  178.  
  179.      FILES
  180.          Load data file -   allows MTHSHP1.DAT data file to be loaded from a
  181.                             floppy disk to the default directory on a hard
  182.                             drive.
  183.          Backup data file - allows data file to stored on a floppy disk.
  184.  
  185.          The Files menu option does not allow a directory path to be input,
  186.          therefore the data file must be in the default drive (the one the
  187.          program is started from). The data file is accessed from the default
  188.          directory as needed, which is when storing new formats or recalling
  189.          old ones. The program will look for the data file and if it does not
  190.          exist in the default directory it will be created.
  191.          When running from a floppy disk the data file will be stored on the
  192.          same disk as the program. To keep the data file on a separate disk,
  193.          start the program and then replace it with a another disk before any
  194.          format stores or recalls are made.
  195.  
  196.                                        3
  197.  
  198.  
  199.  
  200.  
  201.  
  202.      UTILITYS
  203.         1Printer and - allows control of selected printer functions. The
  204.         2Printer       files can be edited to accomodate other printers.
  205.                        The format in the files must be maintained and the
  206.                        command codes must be in decimal format. The files
  207.                        can have up to 12 functions and up to 30 decimal
  208.                        codes per function. Each function name can be up to
  209.                        15 characters long and the first letter must be
  210.                        unique. The menu box will be sized accordingly.
  211.                        The program will look for the files in the default
  212.                        drive, if these menu items are accessed, and will
  213.                        create them if they are not found using the default
  214.                        printers Epson LX-800 and HP Laserjet. So if the
  215.                        files become corrupted while editing delete them
  216.                        and they will be recreated.
  217.  
  218.                        The program uses a 66 line page with no margins for
  219.                        spacing. The program should print on most Epson
  220.                        compatibles without using the printer functions.
  221.                        If your printer has a default top or bottom margin
  222.                        then it will be necessary to use the printer codes
  223.                        to reset these to zero. The printer files are also
  224.                        useful to select functions like NLQ or bold printing.
  225.  
  226.                        A problem arises with Laserjets due to the default
  227.                        settings having a top margin. 2Printer was included
  228.                        to cover this situation and the <Set Page> option will
  229.                        set up the printer correctly and must be used before
  230.                        printing worksheets. Also the last page will not be
  231.                        ejected and Form Feed on the menu or printer can be
  232.                        used to accomplish this.
  233.                        Remember you can edit these two files to have access
  234.                        to the control codes for most printers.
  235.